[INFO] cloning repository https://github.com/betterproto/python-betterproto2-rust-codec
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/betterproto/python-betterproto2-rust-codec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbetterproto%2Fpython-betterproto2-rust-codec", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbetterproto%2Fpython-betterproto2-rust-codec'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75860762c076b50357388e37f00e04e496c9830e
[INFO] checking betterproto/python-betterproto2-rust-codec against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbetterproto%2Fpython-betterproto2-rust-codec" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/betterproto/python-betterproto2-rust-codec
[INFO] finished tweaking git repo https://github.com/betterproto/python-betterproto2-rust-codec
[INFO] tweaked toml for git repo https://github.com/betterproto/python-betterproto2-rust-codec written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/betterproto/python-betterproto2-rust-codec on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/betterproto/python-betterproto2-rust-codec already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f
[INFO] running `Command { std: "docker" "start" "1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking unindent v0.2.3
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling pyo3-build-config v0.21.2
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling pyo3-ffi v0.21.2
[INFO] [stderr]    Compiling pyo3 v0.21.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.21.2
[INFO] [stderr]    Compiling prost-derive v0.13.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking thiserror v2.0.11
[INFO] [stderr]     Checking prost v0.13.4
[INFO] [stderr]    Compiling pyo3-macros v0.21.2
[INFO] [stderr]     Checking betterproto-rust-codec v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `default_gen` is never read
[INFO] [stdout]   --> src/betterproto_interop/message_meta.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct BetterprotoMessageMeta<'py> {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub default_gen: HashMap<String, Bound<'py, PyAny>>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `default_gen` is never read
[INFO] [stdout]   --> src/betterproto_interop/message_meta.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct BetterprotoMessageMeta<'py> {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub default_gen: HashMap<String, Bound<'py, PyAny>>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s
[INFO] running `Command { std: "docker" "inspect" "1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f", kill_on_drop: false }`
[INFO] [stdout] 1bd8322d180f88c57a199257c9602670c48ab2aa18dcad34f4100a7896470c1f
